JavaScript

{grid.object}saveSearchCriteria Method

Syntax

{grid.Object}.saveSearchCriteria(name)

Arguments

name

The name of the search to be saved.

Description

Saves the values that have been entered into the Search Part as a 'saved search' in the repository using the passed in name.

Example

{grid.Object}.saveSearchCriteria('mySearch');

See Also